home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / DirectSound / StreamData / streamdata.rc < prev   
Text File  |  2001-10-08  |  4KB  |  149 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""afxres.rc""         // Standard components\r\n"
  54.     "#endif\0"
  55. END
  56.  
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64.  
  65. // Icon with lowest ID value placed first to ensure application icon
  66. // remains consistent on all systems.
  67. IDR_MAINFRAME           ICON    DISCARDABLE     "directx.ico"
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73.  
  74. IDD_MAIN DIALOGEX 0, 0, 260, 47
  75. STYLE DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | 
  76.     WS_SYSMENU
  77. CAPTION "StreamData"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80.     DEFPUSHBUTTON   "Sound &file...",IDC_SOUNDFILE,7,7,52,13
  81.     LTEXT           "Static",IDC_FILENAME,68,7,185,13,SS_CENTERIMAGE,
  82.                     WS_EX_CLIENTEDGE
  83.     CONTROL         "&Loop sound",IDC_LOOP_CHECK,"Button",BS_AUTOCHECKBOX | 
  84.                     WS_TABSTOP,6,28,53,10
  85.     PUSHBUTTON      "&Play",IDC_PLAY,68,26,50,14,WS_DISABLED
  86.     PUSHBUTTON      "&Stop",IDC_STOP,118,26,50,14,WS_DISABLED
  87.     PUSHBUTTON      "E&xit",IDCANCEL,203,26,50,14
  88. END
  89.  
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // DESIGNINFO
  94. //
  95.  
  96. #ifdef APSTUDIO_INVOKED
  97. GUIDELINES DESIGNINFO DISCARDABLE 
  98. BEGIN
  99.     IDD_MAIN, DIALOG
  100.     BEGIN
  101.         LEFTMARGIN, 7
  102.         RIGHTMARGIN, 253
  103.         TOPMARGIN, 7
  104.         BOTTOMMARGIN, 40
  105.     END
  106. END
  107. #endif    // APSTUDIO_INVOKED
  108.  
  109.  
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Accelerator
  113. //
  114.  
  115. IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE 
  116. BEGIN
  117.     "F",            IDC_SOUNDFILE,          VIRTKEY, ALT, NOINVERT
  118.     "L",            IDC_LOOP_CHECK,         VIRTKEY, ALT, NOINVERT
  119.     "P",            IDC_PLAY,               VIRTKEY, ALT, NOINVERT
  120.     "S",            IDC_STOP,               VIRTKEY, ALT, NOINVERT
  121.     "X",            IDCANCEL,               VIRTKEY, ALT, NOINVERT
  122. END
  123.  
  124. #endif    // English (U.S.) resources
  125. /////////////////////////////////////////////////////////////////////////////
  126.  
  127.  
  128.  
  129. #ifndef APSTUDIO_INVOKED
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Generated from the TEXTINCLUDE 3 resource.
  133. //
  134. #define _AFX_NO_SPLITTER_RESOURCES
  135. #define _AFX_NO_OLE_RESOURCES
  136. #define _AFX_NO_TRACKER_RESOURCES
  137. #define _AFX_NO_PROPERTY_RESOURCES
  138.  
  139. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  140. #ifdef _WIN32
  141. LANGUAGE 9, 1
  142. #pragma code_page(1252)
  143. #endif
  144. #include "afxres.rc"         // Standard components
  145. #endif
  146. /////////////////////////////////////////////////////////////////////////////
  147. #endif    // not APSTUDIO_INVOKED
  148.  
  149.